'Declaration
<DescriptionAttribute("Specifies if the annotation can be resized in design time")> Public Property CanResize As Boolean
[Description("Specifies if the annotation can be resized in design time")] public bool CanResize {get; set;}
public read-write property CanResize: Boolean;
DescriptionAttribute("Specifies if the annotation can be resized in design time") public function get,set CanResize : boolean